tools/python: Libxc migration v2 infrastructure
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 18 May 2015 14:55:57 +0000 (15:55 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Jul 2015 10:22:53 +0000 (11:22 +0100)
commit10ea555fc0b85ba30f70091678a42d29a5b52bbb
tree7dbf0dc9df5e394abe297339f3cb97d7d7e1f695
parent65f13e2b4c208c3465cc1b49cdd2367cf89129c1
tools/python: Libxc migration v2 infrastructure

Contains:
 * Python implementation of the libxc migration v2 records
 * Verification code for spec compliance
 * Unit tests

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
tools/python/setup.py
tools/python/xen/migration/__init__.py [new file with mode: 0644]
tools/python/xen/migration/libxc.py [new file with mode: 0644]
tools/python/xen/migration/tests.py [new file with mode: 0644]
tools/python/xen/migration/verify.py [new file with mode: 0644]